home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
programming
/
other
/
wild
/
support
/
wilf
/
modules
/
strings.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-05-25
|
186b
|
6 lines
#include <exec/types.h>
extern ULONG ChkIn(char *a,char *in);
extern ULONG *NextWord(char *b);
extern ULONG CopyWord(char *fill,char *word);
extern ULONG CopyStr(char *fill,char *from);